summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKelebek1 <eeeedddccc@hotmail.co.uk>2023-01-18 02:59:11 +0100
committerKelebek1 <eeeedddccc@hotmail.co.uk>2023-01-18 02:59:11 +0100
commit5a106cf11eaf0cee9b961a566cd89ca2715dfd5b (patch)
tree5b5d62cd9958779fce29b355bffde16410f871f0
parentMerge pull request #9605 from german77/mouse_mapping (diff)
downloadyuzu-5a106cf11eaf0cee9b961a566cd89ca2715dfd5b.tar
yuzu-5a106cf11eaf0cee9b961a566cd89ca2715dfd5b.tar.gz
yuzu-5a106cf11eaf0cee9b961a566cd89ca2715dfd5b.tar.bz2
yuzu-5a106cf11eaf0cee9b961a566cd89ca2715dfd5b.tar.lz
yuzu-5a106cf11eaf0cee9b961a566cd89ca2715dfd5b.tar.xz
yuzu-5a106cf11eaf0cee9b961a566cd89ca2715dfd5b.tar.zst
yuzu-5a106cf11eaf0cee9b961a566cd89ca2715dfd5b.zip
-rw-r--r--src/video_core/engines/maxwell_3d.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/engines/maxwell_3d.cpp b/src/video_core/engines/maxwell_3d.cpp
index 97f547789..68ceda519 100644
--- a/src/video_core/engines/maxwell_3d.cpp
+++ b/src/video_core/engines/maxwell_3d.cpp
@@ -467,7 +467,7 @@ void Maxwell3D::ProcessMacroBind(u32 data) {
}
void Maxwell3D::ProcessFirmwareCall4() {
- LOG_WARNING(HW_GPU, "(STUBBED) called");
+ LOG_DEBUG(HW_GPU, "(STUBBED) called");
// Firmware call 4 is a blob that changes some registers depending on its parameters.
// These registers don't affect emulation and so are stubbed by setting 0xd00 to 1.